ArcFM Responder Mobile Developer Guide
Subscribe(Action<IConfigurationService>,ThreadOption) Method






Syntax
'Declaration
 
Public Overloads Function Subscribe( _
   ByVal action As System.Action(Of IConfigurationService), _
   ByVal threadOption As Microsoft.Practices.Composite.Presentation.Events.ThreadOption _
) As Microsoft.Practices.Composite.Events.SubscriptionToken
'Usage
 
Dim instance As ConfigurationSavedEvent
Dim action As System.Action(Of IConfigurationService)
Dim threadOption As Microsoft.Practices.Composite.Presentation.Events.ThreadOption
Dim value As Microsoft.Practices.Composite.Events.SubscriptionToken
 
value = instance.Subscribe(action, threadOption)
public Microsoft.Practices.Composite.Events.SubscriptionToken Subscribe( 
   System.Action<IConfigurationService> action,
   Microsoft.Practices.Composite.Presentation.Events.ThreadOption threadOption
)
public function Subscribe( 
    action: System.Action;
    threadOption: Microsoft.Practices.Composite.Presentation.Events.ThreadOption
): Microsoft.Practices.Composite.Events.SubscriptionToken; 
public function Subscribe( 
   action : System.Action,
   threadOption : Microsoft.Practices.Composite.Presentation.Events.ThreadOption
) : Microsoft.Practices.Composite.Events.SubscriptionToken;
public: Microsoft.Practices.Composite.Events.SubscriptionToken* Subscribe( 
   System.Action<IConfigurationService*>* action,
   Microsoft.Practices.Composite.Presentation.Events.ThreadOption threadOption
) 
public:
Microsoft.Practices.Composite.Events.SubscriptionToken^ Subscribe( 
   System.Action<IConfigurationService^>^ action,
   Microsoft.Practices.Composite.Presentation.Events.ThreadOption threadOption
) 

Parameters

action
threadOption
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfigurationSavedEvent Class
ConfigurationSavedEvent Members
Overload List

Send Feedback